projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7af588
)
(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 26 Feb 2006 18:08:02 +0000
(18:08 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 26 Feb 2006 18:08:02 +0000
(18:08 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 06d53c907b4a4cfe48c4b90035810b0e16c169da..a84948981f4102415bb2029972ec64d80e20e7c7 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-117,7
+117,7
@@
struct specbinding *specpdl;
/* Pointer to first unused element in specpdl. */
-
volatile
struct specbinding *specpdl_ptr;
+struct specbinding *specpdl_ptr;
/* Maximum size allowed for specpdl allocation */